ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexChartCore<T> Class / AxisX Property

In This Topic
    AxisX Property (FlexChartCore<T>)
    In This Topic
    Gets the main X axis.
    Syntax
    'Declaration
     
    Public ReadOnly Property AxisX As ChartAxis(Of T)
    public ChartAxis<T> AxisX {get;}
    See Also